﻿.cartographieoverflow {
    overflow: hidden;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size:10px;
}
/*
    .cartographieoverflow:hover {
        overflow: visible;
        white-space: normal;
        height: auto;
    }
*/


.cls-cartographie {
    fill: none;
    stroke: #000000;
    stroke-miterlimit: 10;
    stroke-width: 0.95px;
}

.cartographie-area-selection-dropdown {
    width: 35px !important;
    min-width: 30px !important;
    height: 40px;
}
.leaflet-zoom-box-control {
    margin-top: -2px !important;
    
}
.markerMap_mini_cart .reachability-control-container {
    left: 0px !important;
    top: 200px;
    margin-left: -37px;
}

.minichartIconMargin {
    /*column-gap: 50px;*/
    margin:0 !important;
}

.pointerEvents {
    pointer-events: all !important;
}